home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / tcc_misc.zip / README < prev    next >
Text File  |  1987-06-16  |  1KB  |  33 lines

  1. TURBO C DEMONSTRATION PROGRAMS
  2.  
  3. These programs were written to demonstrate the usability of the new
  4. Turbo C compiler from Borland International.  A third program allows
  5. source code to be mixed in a listing with the assembly code it creates.
  6.  
  7.  
  8. INCLUDED FILES IN THIS ARC
  9.  
  10. bioshand.asm               used to support rclock.c
  11. intvid.asm                 used to support rclock.c
  12. intvid.h                   included by rclock.c
  13.  
  14. rclock.c                   c source for resident on-screen clock
  15. rclock.exe                 exe file for resident on-screen clock
  16.  
  17. rdir.c                     c source for resident directory
  18. rdir.exe                   exe file for resident directory
  19.  
  20. tcod.c                     c source for c/asm source lister
  21. tcod.exe                   exe file for c/asm source lister
  22.  
  23. readme                     this file
  24.  
  25. CAVEAT EMPTOR
  26.  
  27. These programs are marginally useful, and may (probably) have bugs.
  28. They were written mainly for education/demo purposes, and are 
  29. here so you can see how easy it is using Turbo C.  The programs are
  30. commented, which is the extent of the documentation.
  31.  
  32.  
  33.